home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / HideMenubarEtc / ShowHideCorners.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-16  |  387 b   |  21 lines  |  [TEXT/MMCC]

  1.  
  2. #ifndef _SHOWHIDECORNERS_
  3. #define _SHOWHIDECORNERS_
  4.  
  5.  
  6. #ifndef SHOW
  7. #define SHOW 1
  8. #define HIDE 0
  9. #endif
  10.  
  11.  
  12. /**\
  13. |**| ==============================================================================
  14. |**| PUBLIC FUNCTION PROTOTYPES
  15. |**| ==============================================================================
  16. \**/
  17. void SetCornersState (char vis);
  18. char GetCornersState (void);
  19.  
  20.  
  21. #endif